Use PEGetGroupOptions to retrieve the current settings for specified groups in your report.
BOOL CRPE_API PEGetGroupOptions (
short printJob,
short groupN,
PEGroupOptions FAR *groupOptions );
Specifies the print job for which you want to obtain information about the group options settings. | |
Specifies a pointer to PEGroupOptions. |
This function gets all the information retrieved with PEGetGroupCondition, plus additional group options such as repeat group header, keep group together, and top/bottom n group sorting.
Declare Function PEGetGroupOptions Lib "crpe32.dll" (ByVal printJob As Integer, ByVal groupN As Integer, groupOptions As PEGroupOptions) As Integer
function PEGetGroupOptions
printJob: Word;
groupN: smallint;
var groupOptions: PEGroupOptions
): integer stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |